home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / slack-docs / inn / usr / lib / news / expire.ctl < prev    next >
Text File  |  1995-04-15  |  1KB  |  32 lines

  1. ##  $Revision: 1.8 $
  2. ##  expire.ctl - expire control file
  3. ##  Format:
  4. ##    /remember/:<keep>
  5. ##    <patterns>:<modflag>:<keep>:<default>:<purge>
  6. ##  First line gives history retention; other lines specify expiration
  7. ##  for newsgroups.  Must have a "*:A:..." line which is the default.
  8. ##    <patterns>    wildmat-style patterns for the newsgroups
  9. ##    <modflag>    Pick one of M U A -- modifies pattern to be only
  10. ##            moderated, unmoderated, or all groups
  11. ##    <keep>        Mininum number of days to keep article
  12. ##    <default>    Default number of days to keep the article
  13. ##    <purge>        Flush article after this many days
  14. ##  <keep>, <default>, and <purge> can be floating-point numbers or the
  15. ##  word "never."  Times are based on when received unless -p is used;
  16. ##  see expire.8
  17.  
  18. ##  If article expires before 14 days, we still remember it for 14 days in
  19. ##  case we get offered it again.  Depending on what you use for the innd
  20. ##  -c flag and how paranoid you are about old news, you might want to
  21. ##  make this 28, 30, etc.
  22. /remember/:14
  23.  
  24. ##  Keep for 1-10 days, allow Expires headers to work.
  25. *:A:1:10:21
  26.  
  27. ##  Keep certain groups for a month (like answers, etc).
  28. news.announce.newusers:A:31:31:31
  29.  
  30. ##  Some particular groups stay forever.
  31. #news.announce.newusers:A:never:never:never
  32.